home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / nmmdemo / nmmdemo.exe / 1INTRO.DXR / 00009.ls < prev    next >
Encoding:
Text File  |  1995-04-27  |  181 b   |  12 lines

  1. on exitFrame
  2.   if not (the soundBusy of 1) then
  3.     go(the frame + 1)
  4.   else
  5.     if the timer < 30 then
  6.       go(the frame)
  7.     else
  8.       go(the frame - 3)
  9.     end if
  10.   end if
  11. end
  12.